home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_2101.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  32 lines

  1. New
  2.  
  3. Creates a new empty document. The new document will by default be named ‚ÄúUntitled-X‚Äù, where ‚ÄúX‚Äù is a running number depending on the number of previously opened windows.
  4.  
  5. Open...
  6.  
  7. Opens an existing document. A standard Macintosh ‚ÄúOpen file‚Äù dialog box appears where you can choose the DynRisk document you want to open. The number of documents you can open simultaneously is limited only by the amount of memory you have allocated to DynRisk.
  8.  
  9. When you open a document while another document is on the screen, the last one becomes the active document.
  10.  
  11. The ‚ÄúOpen‚Ķ‚Äù command allows you to open four different file types:
  12.  
  13.     ‚Ä¢ DynRisk model files
  14.     ‚Ä¢ DynRisk simulation data files (binary format)
  15.     ‚Ä¢ DynRisk simulation data files (ASCII format)
  16.     ‚Ä¢ Text files containing tables of numerical data
  17.  
  18. A file in the last category will be interpreted as if it was a simulation data file stored in ASCII format.  However, the data stored in such a file may just as well be e.g., historical data. 
  19.  
  20. To be readable by DynRisk, the file must satisfy the following conditions:
  21.  
  22. 1) The data must be organized as a ‚Äúrectangular‚Äù table. That is, each row in the file must contain the same number of items.
  23.  
  24. 2) Each item in a row must be separated by a single ‚Äútab‚Äù character. The rows in the table must be separated by a single ‚Äúreturn‚Äù character.
  25.  
  26. 3) Each column in the table will be interpreted as data associated with a ‚Äúdata node‚Äù object.
  27.  
  28. 4) The items in the first row of the table will be interpreted as the names of the ‚Äúdata node‚Äù objects.
  29.  
  30. 5) The items below the first row of the table will be interpreted as result values.
  31.  
  32. The first time you open a text file, DynRisk will ask you to enter the number of variables (i.e., the number of columns in the table) and the number of simulations  (i.e., the number of rows in the table below the first row).